home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / DefineSprite_244_myitem / frame_1 / DoAction.as
Text File  |  2011-08-19  |  138b  |  7 lines

  1. function setItem(nNum, nItemCnt)
  2. {
  3.    var _loc1_ = "item" + String(nItemCnt);
  4.    this[_loc1_].gotoAndStop(nNum + 1);
  5. }
  6. this.stop();
  7.